Click or drag to resize

ServiceCopyItem Method (IListItemId, FolderId)

Copies multiple items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> CopyItem(
	IList<ItemId> items,
	FolderId targetFolderId
)

Parameters

items
Type: System.Collections.GenericIListItemId
The IDs of the items to copy.
targetFolderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder to copy the items to.

Return Value

Type: IListItemInfoResponse
A collection of copy results for each of the specified item IDs.
See Also